home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / netconnect3 / netinfo_25 / netinfo.readme < prev    next >
Text File  |  1999-12-18  |  10KB  |  359 lines

  1. NetInfo II 2.5
  2. ==============
  3.  
  4. NetInfo II is a network information viewer utility. It integrates
  5. the functionality of the well known standalone TRACEROUTE, PING, WHOIS 
  6. and FINGER programs into a seamless GUI application.
  7.  
  8. Features:
  9.  
  10. - "quick traceroute": Sends a series of packet in quick
  11.   succession to get a route overview very fast, then
  12.   does accurate timings for the individual hops
  13.  
  14. - graphical display of hop min/last/max timings
  15.  
  16. - shows geographical location of hosts with
  17.   country flags
  18.  
  19. - integrated smart WHOIS function: double-click on
  20.   a IP, Host or Network column to automatically receive
  21.   WHOIS information for the given object. NetInfo
  22.   determines the WHOIS host to query.
  23.  
  24. - automatically retrieves WHOIS network information
  25.   for hosts
  26.  
  27. - automatically scans destination host for Web (HTTP) and FTP
  28.   server versions
  29.  
  30. - history for all queried hosts
  31.  
  32. - integrated FINGER client
  33.  
  34. - integrated "classical" WHOIS client with on-disk cache
  35.  
  36. NetInfo is (C) 1997-99 Oliver Wagner <owagner@vapor.com>, All Rights
  37. Reserved.
  38.  
  39. NetInfo works with Genesis, Miami and AmiTCP. "socket.library"-based
  40. TCP/IP stacks (as225r2 etc.) are not supported, and the traceroute
  41. functionality won't work with SOCKS (whois and finger will, though).
  42.  
  43. NetInfo uses MUI 3.8 and the "NList" list classes by Gilles Masson.
  44. NList is available from AmiNet or from ftp.vapor.com, in the
  45. "/pub/3rdparty/" directory.
  46.  
  47. __________________________________________________________________________
  48.  
  49.  
  50. ARexx commands
  51. --------------
  52. Besides the standard MUI ARexx commands supported for every
  53. MUI application, NetInfo II implements the following AREXX commands:
  54.  
  55.  TRACE HOST/A
  56.  Start a traceroute to the given host
  57.  
  58.  FINGER USERHOST/A
  59.  Open a finger query to the specified user@host
  60.  
  61.  WHOIS OBJECT/A,SERVER
  62.  Open a whois query for the specified object,
  63.  optionally to the given server
  64.  
  65.  STOP
  66.  Abort a traceroute in progress
  67.  
  68. __________________________________________________________________________
  69.  
  70.  
  71. Changes from Release 2.4 to 2.5
  72. -------------------------------
  73. (see "Revision History" for full details)
  74.  
  75. - now supports Internic WHOIS redirection
  76.  
  77. Changes from Release 2.3 to 2.4
  78. -------------------------------
  79. (see "Revision History" for full details)
  80.  
  81. - Flag images are now integrated to speed up
  82.   operation and reduce disk consumption
  83.  
  84. - Fixed screwed up catalogs introduced in 2.3
  85.  
  86. Changes from Release 2.2 to 2.3
  87. -------------------------------
  88. (see "Revision History" for full details)
  89.  
  90. - Domain to Whois server mapping is now
  91.   external
  92. - PRINT functionality for FINGER/WHOIS results
  93. - ARexx port
  94.  
  95. Changes from Release 2.0 to 2.2
  96. -------------------------------
  97. (see "Revision History" for full details)
  98.  
  99. - several bugfixes 
  100.  
  101. __________________________________________________________________________
  102.  
  103.  
  104. Future plans
  105. ------------
  106. - some real documentation
  107. - pure "PING" functionality, just sending ICMP_ECHOs to a host
  108. - printing of the traceroute result
  109. - ascii export (clipboard/file) of traceroute result
  110. - more extensive service scanning
  111. - offline browsing of the cached data
  112. - configuration of colors used to graph plotting
  113. - editing of history list
  114. - more obvious progress report
  115.  
  116. __________________________________________________________________________
  117.  
  118.  
  119. Revision history
  120. ----------------
  121.  
  122. 2.0.1 - 2.0.4
  123. -------------
  124. [internal]
  125.  
  126. 2.0.5
  127. -----
  128. - General: first alpha release after redesign
  129.  
  130. 2.0.6
  131. -----
  132. - GUI: fixed problems with graph plotter
  133.  
  134. 2.0.7
  135. -----
  136. - GUI: fixed duplicate history entries when
  137.   pressing return to start a lookup
  138. - Net: added FTP version query
  139.  
  140. 2.0.8
  141. -----
  142. - Net: Fixed crash in Probe receiver process
  143.  
  144. 2.0.9
  145. -----
  146. - GUI: fixed stop button
  147. - Net: fixed finger DNS error message
  148. - GUI: fixed starting with empty host string
  149.  
  150. 2.0.10
  151. ------
  152. - DB: made 151.0.0.0/8 be looked up in RIPE DB
  153.   as well (fixes Italy ITNet lookups :)
  154. - GUI: Location is now filled as well and shown
  155.   with nice flags (done by Beej). Tries the find
  156.   the country from the WHOIS DB first, but can
  157.   fall back to hostname (mostly for stupid
  158.   ARIN replies)
  159.  
  160. 2.0.11
  161. ------
  162. - GUI: fixed graph rendering problems on
  163.   16/24-bit screens
  164. - GUI: added heurestic to properly cut
  165.   hostnames like "www.active-net.co.uk"
  166. - Net: added workaround for nic.uk
  167.   whois query bug
  168. - Net: changed TLD->whois matching to
  169.   now always fall back to whois.ripe.net
  170.   and only list exceptions. Current
  171.   exception list has:
  172.    com/org/net -> Internic
  173.    uk -> whois.nic.uk
  174.    ca -> whois.cdnnet.ca
  175.   If you find more required exceptions,
  176.   please report
  177. - GUI: reply header on whois queries
  178.   now has the time and date of the fetch
  179. - GUI: fixed finger history
  180. - GUI: made whois and finger window default
  181.   sizes more reasonable
  182. - GUI: fixed lame bug: whois/finger queries
  183.   where started before the window objects
  184.   where added to the app, thus causing
  185.   crash under certain circumstances
  186. - GUI: added menu item to directly finger
  187.   a selected host
  188. - GUI: selecting an entry or pressing enter
  189.   in finger window now starts query
  190. - Net: added 130.244/16 to list of ripe-assigned
  191.   networks
  192.  
  193. 2.0.12
  194. ------
  195. - GUI: fixed graph rendering mask
  196.   blitting minterm. Should fix rendering
  197.   problems some people reported.
  198. - Net: fixed stripping of first chars
  199.   with "blah.co.uk"-alike demons
  200. - Net: fixed domain whois server lookup
  201.   table (should fix .uk lookups again :)
  202. - General: Fixed total and utter crash
  203.   when being started without TCP/IP stack
  204. - GUI: added 3D bordered flags (this needs
  205.   to be selectable)
  206. - DB: added 164.* to the list of RIPE
  207.   managed networks (grrr)
  208.  
  209. 2.0.13
  210. ------
  211. - DB: ARIN Whois queries are now done
  212.   with a "NE =" prefix to get more verbose
  213.   information for multiple matches.
  214.  
  215. 2.0.14
  216. ------
  217. - Net: changed the way how network lookups
  218.   are done: Now always first queries
  219.   whois.ripe.net, and only on a fail falls
  220.   back to whois.arin.net/whois.apnic.net.
  221.   Should heavily improve the quality of
  222.   the Location: results (you may have to
  223.   delete PROGDIR:Cache for changes to take
  224.   effect)
  225. - Net: added special handling for
  226.   127.0.0.1 net queries
  227.  
  228. 2.0.15
  229. ------
  230. - Net: now also understands the famous
  231.   "This is a dummy object..." reply from
  232.   ripe as a hint to query ARIN instead :)
  233. - Net: split DNS lookup and network lookup
  234.   in two different processes (DNS is normally
  235.   much faster than the tons of WHOIS queries
  236.   which must be performed)
  237. - GUI: starting without TCP/IP stack will
  238.   now yield an error requester and no more
  239.   crash.
  240. - GUI: selecting an entry and/or entering
  241.   a name and pressing enter will now abort
  242.   an traceroute in progress and start the new
  243.   one, instead of simply stopping.
  244.  
  245. 2.0.16
  246. ------
  247. - GUI: added "open new window" menu item
  248. - Prefs: added ImageDir tooltype/shell option
  249.   to set image location
  250. - Prefs: added CacheDir tooltype/shell option
  251.   to set cache location
  252. - Net: fixed a bug with restarting a new trace
  253.   with whois/dns lookups for a previous trace
  254.   still going on
  255. - Net: "Location" is now again filled in
  256.   by reverse DNS TLD first, then by WHOIS
  257.   (showing "US" for the internic TLDs)
  258. - GUI: initial refreshes are now happening
  259.   less often
  260. - GUI: Location which is based on incomplete
  261.   information (DNS, ARIN responses) is now
  262.   shown in blue text
  263. - General: Added Installer Script done
  264.   by Robert Reiswig
  265.  
  266. 2.0.17
  267. ------
  268. - GUI: input gadget now uses cursor up/down
  269.   to browse the history list without opening it
  270.  
  271. 2.0.18 [2.0 Release]
  272. --------------------
  273. - GUI: The whois menu items for selected host
  274.   operations are now disabled when no host
  275.   is selected
  276. - GUI: fixed tab cycle chains in finger
  277.   and whois windows
  278. - GUI: result text field now has a vert scrollbar
  279.   (just in case)
  280. - GUI: input gadget is now active when the window
  281.   opens
  282. - General: Updated Installer Script (RobR)
  283. - General: added Vapor_Update support
  284.  
  285. 2.1.0 [2.1 Release]
  286. -------------------
  287. - Net: fixed a serious bug in handling the case
  288.   of a finger or whois window being closed while
  289.   a query was outstanding. Ended up doing
  290.   a DoMethod( 2, ... )
  291. - GUI: now keeps the canonical host name and IP
  292.   in result field after trace has finished
  293. - Net: removed stale as225 code from network
  294.   module
  295. - Net: now removes \r from FTP server reply
  296. - Net: made local ID less ambigious across
  297.   several NetInfo instances
  298. - Net: fixed problems when a probe was restarted
  299.   and stale packets from previous probe were
  300.   still coming in
  301. - General: recompiled with full optimizations
  302. - General: giving a host name on the command line
  303.   now immediately starts the traceroute
  304. - GUI: fixed problems with restarting a trace
  305.   in mid-progress causing bogus "??" entries
  306.   to be inserted into the result listview
  307. - GUI: clicking "start" with an empty host
  308.   gadget will now active the gadget
  309.  
  310. 2.2 [2.2 Release]
  311. ---
  312. - Net: fixed a lame bug in the changed socket
  313.   code which would cause havoc(tm) if NI
  314.   was started without TCP/IP stack running
  315.   (Olli)
  316.  
  317. 2.2.1
  318. -----
  319. - Net: added "domain-registry.nl" as the NL
  320.   domain registry (Olli)
  321.  
  322. 2.3 [Release]
  323. -------------
  324. - Net: made the domain->whois server mapping
  325.   an external table file "PROGDIR:NetInfo.DomainTable"
  326.   (Olli)
  327. - GUI: added "Print" function to WHOIS window (Olli)
  328. - GUI: added "Print" function to FINGER window (Olli)
  329. - General: added ARexx port (Olli)
  330.  
  331. 2.3.1
  332. -----
  333. - Net: failure to lookup a host for trace will now show
  334.   this accordingly (Olli)
  335.  
  336. 2.3.2
  337. -----
  338. - GUI: flag images are now integrated into the program,
  339.   which reduces both disk space requirement and in-program
  340.   overhead due to datatype objects (Olli)
  341.  
  342. 2.3.3
  343. -----
  344. - GUI: no longer shows the "Register" buttons when
  345.   registered (Olli)
  346. - General: fixed 2.3 catalog screwup
  347.  
  348. 2.4 [Release]
  349. -------------
  350. - General: added updated Installer script which
  351.   properly verifies whether libs could be updated
  352.   (RobR, Zapek)
  353.  
  354. 2.5
  355. ---
  356. - Net: added automated whois redirection from
  357.   internic to new TLD registrars for WHOIS
  358.   lookups (Olli)
  359.